Html Css Color HEX #1F4AB3 Cerulean Blue

📋 copy color: '#1F4AB3'

red 31 ◦ green 74 ◦ blue 179

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

Shades of Cerulean Blue #1F4AB3

Tints of Cerulean Blue #1F4AB3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

 BLUE value IS 179 (70.31% from 255) = 63.03%

R = 10.92%
G = 26.06%
B = 63.03%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1F4AB3 (or 0x1F4AB3) is known color: Cerulean Blue. HEX triplet: 1F, 4A and B3. RGB value is (31,74,179). Sum of RGB (Red+Green+Blue) = 31+74+179=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 179 (70.31% from 255 or 63.03% from 284); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F4AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4AB3 is #E0B54C. Grayscale: #484848. Windows color (decimal): -14726477 or 11749919. OLE color: 11749919.

HSL color Cylindrical-coordinate representation of color #1F4AB3: hue angle of 222.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F4AB3 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 74 179 -
CMYK 0.83 0.59 0 0.30
HSL 222.57º 0.7% 0.41% -
HSV(B) 222.57º 0.83% 0.7% -
XYZ 11.15 8.44 43.69 -
YUV 73.11 187.75 97.96 -
System Red Green Blue C M Y K H S L
Decimal 31 74 179 0.83 0.59 0 0.30 222.57 0.7 0.41
Hex 1F 4A B3 53 3B 0 1E DF 46 29
Octal 37 112 263 123 73 0 36 337 106 51
Binary 11111 1001010 10110011 1010011 111011 0 11110 11011111 1000110 101001

Color Harmonies of #1F4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4AB3

Black with #1F4AB3

Text Example


Text Example

White with #1F4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,74,179); }

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

background-color css

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

 a { background-color: rgb(31,74,179); }

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

border-color css

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

 span { border-color: rgb(31,74,179); }

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