Html Css Color HEX #1C417A Dark Cerulean

📋 copy color: '#1C417A'

red 28 ◦ green 65 ◦ blue 122

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

Shades of Dark Cerulean #1C417A

Tints of Dark Cerulean #1C417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

 BLUE value IS 122 (48.05% from 255) = 56.74%

R = 13.02%
G = 30.23%
B = 56.74%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1C417A (or 0x1C417A) is known color: Dark Cerulean. HEX triplet: 1C, 41 and 7A. RGB value is (28,65,122). Sum of RGB (Red+Green+Blue) = 28+65+122=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C417A is #E3BE85. Grayscale: #3C3C3C. Windows color (decimal): -14925446 or 8012060. OLE color: 8012060.

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

Color convert

RGB 28 65 122 -
CMYK 0.77 0.47 0 0.52
HSL 216.38º 0.63% 0.29% -
HSV(B) 216.38º 0.77% 0.48% -
XYZ 5.88 5.43 19.15 -
YUV 60.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 28 65 122 0.77 0.47 0 0.52 216.38 0.63 0.29
Hex 1C 41 7A 4D 2F 0 34 D8 3F 1D
Octal 34 101 172 115 57 0 64 330 77 35
Binary 11100 1000001 1111010 1001101 101111 0 110100 11011000 111111 11101

Color Harmonies of #1C417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C417A

Black with #1C417A

Text Example


Text Example

White with #1C417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,122); }

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

background-color css

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

 a { background-color: rgb(28,65,122); }

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

border-color css

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

 span { border-color: rgb(28,65,122); }

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