Html Css Color HEX #123C7E Dark Cerulean

📋 copy color: '#123C7E'

red 18 ◦ green 60 ◦ blue 126

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

Shades of Dark Cerulean #123C7E

Tints of Dark Cerulean #123C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.41%

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

R = 8.82%
G = 29.41%
B = 61.76%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#123C7E (or 0x123C7E) is known color: Dark Cerulean. HEX triplet: 12, 3C and 7E. RGB value is (18,60,126). Sum of RGB (Red+Green+Blue) = 18+60+126=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #123C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C7E is #EDC381. Grayscale: #363636. Windows color (decimal): -15582082 or 8272914. OLE color: 8272914.

HSL color Cylindrical-coordinate representation of color #123C7E: hue angle of 216.67º 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 #123C7E is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 60 126 -
CMYK 0.86 0.52 0 0.51
HSL 216.67º 0.75% 0.28% -
HSV(B) 216.67º 0.86% 0.49% -
XYZ 5.63 4.87 20.38 -
YUV 54.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 18 60 126 0.86 0.52 0 0.51 216.67 0.75 0.28
Hex 12 3C 7E 56 34 0 33 D9 4B 1C
Octal 22 74 176 126 64 0 63 331 113 34
Binary 10010 111100 1111110 1010110 110100 0 110011 11011001 1001011 11100

Color Harmonies of #123C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C7E

Black with #123C7E

Text Example


Text Example

White with #123C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123C7E; }

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

 H1.HeaderClassName
 {
   color: #123C7E;
 }
 .AnyTagClassName
 {
   color: #123C7E;
 }
</style>

background-color css

<style>
 a { background-color: #123C7E; }

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

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

border-color css

<style>
 span { border-color: #123C7E; }

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

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