Html Css Color HEX #1F4DA4 Cerulean Blue

📋 copy color: '#1F4DA4'

red 31 ◦ green 77 ◦ blue 164

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

Shades of Cerulean Blue #1F4DA4

Tints of Cerulean Blue #1F4DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 60.29%

R = 11.4%
G = 28.31%
B = 60.29%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1F4DA4 (or 0x1F4DA4) is known color: Cerulean Blue. HEX triplet: 1F, 4D and A4. RGB value is (31,77,164). Sum of RGB (Red+Green+Blue) = 31+77+164=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F4DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4DA4 is #E0B25B. Grayscale: #484848. Windows color (decimal): -14725724 or 10767647. OLE color: 10767647.

HSL color Cylindrical-coordinate representation of color #1F4DA4: hue angle of 219.25º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F4DA4 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 31 77 164 -
CMYK 0.81 0.53 0 0.36
HSL 219.25º 0.68% 0.38% -
HSV(B) 219.25º 0.81% 0.64% -
XYZ 9.92 8.28 36.2 -
YUV 73.16 179.26 97.93 -
System Red Green Blue C M Y K H S L
Decimal 31 77 164 0.81 0.53 0 0.36 219.25 0.68 0.38
Hex 1F 4D A4 51 35 0 24 DB 44 26
Octal 37 115 244 121 65 0 44 333 104 46
Binary 11111 1001101 10100100 1010001 110101 0 100100 11011011 1000100 100110

Color Harmonies of #1F4DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4DA4

Black with #1F4DA4

Text Example


Text Example

White with #1F4DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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