Html Css Color HEX #1C3F8A Dark Cerulean

📋 copy color: '#1C3F8A'

red 28 ◦ green 63 ◦ blue 138

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

Shades of Dark Cerulean #1C3F8A

Tints of Dark Cerulean #1C3F8A

RGB

 RED value IS 28 (11.33% from 255) = 12.23%

 GREEN value IS 63 (25% from 255) = 27.51%

 BLUE value IS 138 (54.3% from 255) = 60.26%

R = 12.23%
G = 27.51%
B = 60.26%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C3F8A (or 0x1C3F8A) is known color: Dark Cerulean. HEX triplet: 1C, 3F and 8A. RGB value is (28,63,138). Sum of RGB (Red+Green+Blue) = 28+63+138=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C3F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3F8A is #E3C075. Grayscale: #3C3C3C. Windows color (decimal): -14925942 or 9060124. OLE color: 9060124.

HSL color Cylindrical-coordinate representation of color #1C3F8A: hue angle of 220.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C3F8A is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 63 138 -
CMYK 0.80 0.54 0 0.46
HSL 220.91º 0.66% 0.33% -
HSV(B) 220.91º 0.8% 0.54% -
XYZ 6.84 5.64 24.77 -
YUV 61.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 28 63 138 0.80 0.54 0 0.46 220.91 0.66 0.33
Hex 1C 3F 8A 50 36 0 2E DD 42 21
Octal 34 77 212 120 66 0 56 335 102 41
Binary 11100 111111 10001010 1010000 110110 0 101110 11011101 1000010 100001

Color Harmonies of #1C3F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3F8A

Black with #1C3F8A

Text Example


Text Example

White with #1C3F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,63,138); }

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

background-color css

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

 a { background-color: rgb(28,63,138); }

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

border-color css

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

 span { border-color: rgb(28,63,138); }

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