Html Css Color HEX #1C447A Dark Cerulean

📋 copy color: '#1C447A'

red 28 ◦ green 68 ◦ blue 122

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

Shades of Dark Cerulean #1C447A

Tints of Dark Cerulean #1C447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 12.84%
G = 31.19%
B = 55.96%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1C447A (or 0x1C447A) is known color: Dark Cerulean. HEX triplet: 1C, 44 and 7A. RGB value is (28,68,122). Sum of RGB (Red+Green+Blue) = 28+68+122=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C447A is #E3BB85. Grayscale: #3D3D3D. Windows color (decimal): -14924678 or 8012828. OLE color: 8012828.

HSL color Cylindrical-coordinate representation of color #1C447A: hue angle of 214.47º 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 #1C447A is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 28 68 122 -
CMYK 0.77 0.44 0 0.52
HSL 214.47º 0.63% 0.29% -
HSV(B) 214.47º 0.77% 0.48% -
XYZ 6.06 5.79 19.21 -
YUV 62.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 28 68 122 0.77 0.44 0 0.52 214.47 0.63 0.29
Hex 1C 44 7A 4D 2C 0 34 D6 3F 1D
Octal 34 104 172 115 54 0 64 326 77 35
Binary 11100 1000100 1111010 1001101 101100 0 110100 11010110 111111 11101

Color Harmonies of #1C447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C447A

Black with #1C447A

Text Example


Text Example

White with #1C447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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