Html Css Color HEX #1B336C Sapphire

📋 copy color: '#1B336C'

red 27 ◦ green 51 ◦ blue 108

#1B336C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #1B336C

Tints of Sapphire #1B336C

RGB

 RED value IS 27 (10.94% from 255) = 14.52%

 GREEN value IS 51 (20.31% from 255) = 27.42%

 BLUE value IS 108 (42.58% from 255) = 58.06%

R = 14.52%
G = 27.42%
B = 58.06%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1B336C (or 0x1B336C) is known color: Sapphire. HEX triplet: 1B, 33 and 6C. RGB value is (27,51,108). Sum of RGB (Red+Green+Blue) = 27+51+108=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B336C is #E4CC93. Grayscale: #323232. Windows color (decimal): -14994580 or 7090971. OLE color: 7090971.

HSL color Cylindrical-coordinate representation of color #1B336C: hue angle of 222.22º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B336C is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 27 51 108 -
CMYK 0.75 0.53 0 0.58
HSL 222.22º 0.6% 0.26% -
HSV(B) 222.22º 0.75% 0.42% -
XYZ 4.34 3.68 14.67 -
YUV 50.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 27 51 108 0.75 0.53 0 0.58 222.22 0.6 0.26
Hex 1B 33 6C 4B 35 0 3A DE 3C 1A
Octal 33 63 154 113 65 0 72 336 74 32
Binary 11011 110011 1101100 1001011 110101 0 111010 11011110 111100 11010

Color Harmonies of #1B336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B336C

Black with #1B336C

Text Example


Text Example

White with #1B336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B336C; }

 p { color: rgb(27,51,108); }

 H1.HeaderClassName
 {
   color: #1B336C;
 }
 .AnyTagClassName
 {
   color: #1B336C;
 }
</style>

background-color css

<style>
 a { background-color: #1B336C; }

 a { background-color: rgb(27,51,108); }

 div.DivClassName
 {
   background-color: #1B336C;
 }
 .BgClassName
 {
   background-color: #1B336C;
 }
</style>

border-color css

<style>
 span { border-color: #1B336C; }

 span { border-color: rgb(27,51,108); }

 td.TdClassName
 {
   border-color: #1B336C;
 }
 .TagClassName
 {
   border-color: #1B336C;
 }
</style>