Html Css Color HEX #1B3D77 Dark Cerulean

📋 copy color: '#1B3D77'

red 27 ◦ green 61 ◦ blue 119

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

Shades of Dark Cerulean #1B3D77

Tints of Dark Cerulean #1B3D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.47%

 BLUE value IS 119 (46.88% from 255) = 57.49%

R = 13.04%
G = 29.47%
B = 57.49%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B3D77 (or 0x1B3D77) is known color: Dark Cerulean. HEX triplet: 1B, 3D and 77. RGB value is (27,61,119). Sum of RGB (Red+Green+Blue) = 27+61+119=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B3D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3D77 is #E4C288. Grayscale: #393939. Windows color (decimal): -14992009 or 7814427. OLE color: 7814427.

HSL color Cylindrical-coordinate representation of color #1B3D77: hue angle of 217.83º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B3D77 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 61 119 -
CMYK 0.77 0.49 0 0.53
HSL 217.83º 0.63% 0.29% -
HSV(B) 217.83º 0.77% 0.47% -
XYZ 5.45 4.9 18.11 -
YUV 57.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 27 61 119 0.77 0.49 0 0.53 217.83 0.63 0.29
Hex 1B 3D 77 4D 31 0 35 DA 3F 1D
Octal 33 75 167 115 61 0 65 332 77 35
Binary 11011 111101 1110111 1001101 110001 0 110101 11011010 111111 11101

Color Harmonies of #1B3D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3D77

Black with #1B3D77

Text Example


Text Example

White with #1B3D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,61,119); }

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

background-color css

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

 a { background-color: rgb(27,61,119); }

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

border-color css

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

 span { border-color: rgb(27,61,119); }

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