Html Css Color HEX #1B477D Dark Cerulean

📋 copy color: '#1B477D'

red 27 ◦ green 71 ◦ blue 125

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

Shades of Dark Cerulean #1B477D

Tints of Dark Cerulean #1B477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.05%

R = 12.11%
G = 31.84%
B = 56.05%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B477D (or 0x1B477D) is known color: Dark Cerulean. HEX triplet: 1B, 47 and 7D. RGB value is (27,71,125). Sum of RGB (Red+Green+Blue) = 27+71+125=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B477D is #E4B882. Grayscale: #3F3F3F. Windows color (decimal): -14989443 or 8210203. OLE color: 8210203.

HSL color Cylindrical-coordinate representation of color #1B477D: hue angle of 213.06º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B477D is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 71 125 -
CMYK 0.78 0.43 0 0.51
HSL 213.06º 0.64% 0.3% -
HSV(B) 213.06º 0.78% 0.49% -
XYZ 6.41 6.22 20.26 -
YUV 64 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 27 71 125 0.78 0.43 0 0.51 213.06 0.64 0.3
Hex 1B 47 7D 4E 2B 0 33 D5 40 1E
Octal 33 107 175 116 53 0 63 325 100 36
Binary 11011 1000111 1111101 1001110 101011 0 110011 11010101 1000000 11110

Color Harmonies of #1B477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B477D

Black with #1B477D

Text Example


Text Example

White with #1B477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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