Html Css Color HEX #12347E Dark Cerulean

📋 copy color: '#12347E'

red 18 ◦ green 52 ◦ blue 126

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

Shades of Dark Cerulean #12347E

Tints of Dark Cerulean #12347E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

 BLUE value IS 126 (49.61% from 255) = 64.29%

R = 9.18%
G = 26.53%
B = 64.29%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12347E (or 0x12347E) is known color: Dark Cerulean. HEX triplet: 12, 34 and 7E. RGB value is (18,52,126). Sum of RGB (Red+Green+Blue) = 18+52+126=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #12347E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12347E is #EDCB81. Grayscale: #313131. Windows color (decimal): -15584130 or 8270866. OLE color: 8270866.

HSL color Cylindrical-coordinate representation of color #12347E: hue angle of 221.11º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12347E is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 52 126 -
CMYK 0.86 0.59 0 0.51
HSL 221.11º 0.75% 0.28% -
HSV(B) 221.11º 0.86% 0.49% -
XYZ 5.24 4.09 20.25 -
YUV 50.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 18 52 126 0.86 0.59 0 0.51 221.11 0.75 0.28
Hex 12 34 7E 56 3B 0 33 DD 4B 1C
Octal 22 64 176 126 73 0 63 335 113 34
Binary 10010 110100 1111110 1010110 111011 0 110011 11011101 1001011 11100

Color Harmonies of #12347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12347E

Black with #12347E

Text Example


Text Example

White with #12347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12347E; }

 p { color: rgb(18,52,126); }

 H1.HeaderClassName
 {
   color: #12347E;
 }
 .AnyTagClassName
 {
   color: #12347E;
 }
</style>

background-color css

<style>
 a { background-color: #12347E; }

 a { background-color: rgb(18,52,126); }

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

border-color css

<style>
 span { border-color: #12347E; }

 span { border-color: rgb(18,52,126); }

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