Html Css Color HEX #12357F Dark Cerulean

📋 copy color: '#12357F'

red 18 ◦ green 53 ◦ blue 127

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

Shades of Dark Cerulean #12357F

Tints of Dark Cerulean #12357F

RGB

 RED value IS 18 (7.42% from 255) = 9.09%

 GREEN value IS 53 (21.09% from 255) = 26.77%

 BLUE value IS 127 (50% from 255) = 64.14%

R = 9.09%
G = 26.77%
B = 64.14%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12357F (or 0x12357F) is known color: Dark Cerulean. HEX triplet: 12, 35 and 7F. RGB value is (18,53,127). Sum of RGB (Red+Green+Blue) = 18+53+127=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #12357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12357F is #EDCA80. Grayscale: #323232. Windows color (decimal): -15583873 or 8336658. OLE color: 8336658.

HSL color Cylindrical-coordinate representation of color #12357F: hue angle of 220.73º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12357F is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 53 127 -
CMYK 0.86 0.58 0 0.50
HSL 220.73º 0.75% 0.28% -
HSV(B) 220.73º 0.86% 0.5% -
XYZ 5.35 4.21 20.61 -
YUV 50.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 18 53 127 0.86 0.58 0 0.50 220.73 0.75 0.28
Hex 12 35 7F 56 3A 0 32 DD 4B 1C
Octal 22 65 177 126 72 0 62 335 113 34
Binary 10010 110101 1111111 1010110 111010 0 110010 11011101 1001011 11100

Color Harmonies of #12357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12357F

Black with #12357F

Text Example


Text Example

White with #12357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12357F; }

 p { color: rgb(18,53,127); }

 H1.HeaderClassName
 {
   color: #12357F;
 }
 .AnyTagClassName
 {
   color: #12357F;
 }
</style>

background-color css

<style>
 a { background-color: #12357F; }

 a { background-color: rgb(18,53,127); }

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

border-color css

<style>
 span { border-color: #12357F; }

 span { border-color: rgb(18,53,127); }

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