Html Css Color HEX #1F4DA9 Cerulean Blue

📋 copy color: '#1F4DA9'

red 31 ◦ green 77 ◦ blue 169

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

Shades of Cerulean Blue #1F4DA9

Tints of Cerulean Blue #1F4DA9

RGB

 RED value IS 31 (12.5% from 255) = 11.19%

 GREEN value IS 77 (30.47% from 255) = 27.8%

 BLUE value IS 169 (66.41% from 255) = 61.01%

R = 11.19%
G = 27.8%
B = 61.01%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1F4DA9 (or 0x1F4DA9) is known color: Cerulean Blue. HEX triplet: 1F, 4D and A9. RGB value is (31,77,169). Sum of RGB (Red+Green+Blue) = 31+77+169=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 169 (66.41% from 255 or 61.01% from 277); Max value from RGB is 169 - color contains mainly: blue. Hex color #1F4DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4DA9 is #E0B256. Grayscale: #494949. Windows color (decimal): -14725719 or 11095327. OLE color: 11095327.

HSL color Cylindrical-coordinate representation of color #1F4DA9: hue angle of 220º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F4DA9 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 31 77 169 -
CMYK 0.82 0.54 0 0.34
HSL 220º 0.69% 0.39% -
HSV(B) 220º 0.82% 0.66% -
XYZ 10.38 8.46 38.62 -
YUV 73.73 181.76 97.52 -
System Red Green Blue C M Y K H S L
Decimal 31 77 169 0.82 0.54 0 0.34 220 0.69 0.39
Hex 1F 4D A9 52 36 0 22 DC 45 27
Octal 37 115 251 122 66 0 42 334 105 47
Binary 11111 1001101 10101001 1010010 110110 0 100010 11011100 1000101 100111

Color Harmonies of #1F4DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4DA9

Black with #1F4DA9

Text Example


Text Example

White with #1F4DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,77,169); }

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

background-color css

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

 a { background-color: rgb(31,77,169); }

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

border-color css

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

 span { border-color: rgb(31,77,169); }

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