Html Css Color HEX #12467B Dark Cerulean

📋 copy color: '#12467B'

red 18 ◦ green 70 ◦ blue 123

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

Shades of Dark Cerulean #12467B

Tints of Dark Cerulean #12467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 123 (48.44% from 255) = 58.29%

R = 8.53%
G = 33.18%
B = 58.29%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12467B (or 0x12467B) is known color: Dark Cerulean. HEX triplet: 12, 46 and 7B. RGB value is (18,70,123). Sum of RGB (Red+Green+Blue) = 18+70+123=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #12467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12467B is #EDB984. Grayscale: #3C3C3C. Windows color (decimal): -15579525 or 8078866. OLE color: 8078866.

HSL color Cylindrical-coordinate representation of color #12467B: hue angle of 210.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12467B is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 70 123 -
CMYK 0.85 0.43 0 0.52
HSL 210.29º 0.74% 0.28% -
HSV(B) 210.29º 0.85% 0.48% -
XYZ 6.01 5.94 19.57 -
YUV 60.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 18 70 123 0.85 0.43 0 0.52 210.29 0.74 0.28
Hex 12 46 7B 55 2B 0 34 D2 4A 1C
Octal 22 106 173 125 53 0 64 322 112 34
Binary 10010 1000110 1111011 1010101 101011 0 110100 11010010 1001010 11100

Color Harmonies of #12467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12467B

Black with #12467B

Text Example


Text Example

White with #12467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12467B; }

 p { color: rgb(18,70,123); }

 H1.HeaderClassName
 {
   color: #12467B;
 }
 .AnyTagClassName
 {
   color: #12467B;
 }
</style>

background-color css

<style>
 a { background-color: #12467B; }

 a { background-color: rgb(18,70,123); }

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

border-color css

<style>
 span { border-color: #12467B; }

 span { border-color: rgb(18,70,123); }

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