Html Css Color HEX #1B4775 Dark Cerulean

📋 copy color: '#1B4775'

red 27 ◦ green 71 ◦ blue 117

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

Shades of Dark Cerulean #1B4775

Tints of Dark Cerulean #1B4775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.02%

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 12.56%
G = 33.02%
B = 54.42%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B4775 (or 0x1B4775) is known color: Dark Cerulean. HEX triplet: 1B, 47 and 75. RGB value is (27,71,117). Sum of RGB (Red+Green+Blue) = 27+71+117=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4775 is #E4B88A. Grayscale: #3E3E3E. Windows color (decimal): -14989451 or 7685915. OLE color: 7685915.

HSL color Cylindrical-coordinate representation of color #1B4775: hue angle of 210.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4775 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 71 117 -
CMYK 0.77 0.39 0 0.54
HSL 210.67º 0.63% 0.28% -
HSV(B) 210.67º 0.77% 0.46% -
XYZ 5.92 6.02 17.68 -
YUV 63.09 158.42 102.26 -
System Red Green Blue C M Y K H S L
Decimal 27 71 117 0.77 0.39 0 0.54 210.67 0.63 0.28
Hex 1B 47 75 4D 27 0 36 D3 3E 1C
Octal 33 107 165 115 47 0 66 323 76 34
Binary 11011 1000111 1110101 1001101 100111 0 110110 11010011 111110 11100

Color Harmonies of #1B4775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4775

Black with #1B4775

Text Example


Text Example

White with #1B4775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,71,117); }

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

background-color css

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

 a { background-color: rgb(27,71,117); }

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

border-color css

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

 span { border-color: rgb(27,71,117); }

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