Html Css Color HEX #123C7B Dark Cerulean

📋 copy color: '#123C7B'

red 18 ◦ green 60 ◦ blue 123

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

Shades of Dark Cerulean #123C7B

Tints of Dark Cerulean #123C7B

RGB

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

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

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

R = 8.96%
G = 29.85%
B = 61.19%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#123C7B (or 0x123C7B) is known color: Dark Cerulean. HEX triplet: 12, 3C and 7B. RGB value is (18,60,123). Sum of RGB (Red+Green+Blue) = 18+60+123=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #123C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C7B is #EDC384. Grayscale: #363636. Windows color (decimal): -15582085 or 8076306. OLE color: 8076306.

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

Color convert

RGB 18 60 123 -
CMYK 0.85 0.51 0 0.52
HSL 216º 0.74% 0.28% -
HSV(B) 216º 0.85% 0.48% -
XYZ 5.44 4.79 19.38 -
YUV 54.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 18 60 123 0.85 0.51 0 0.52 216 0.74 0.28
Hex 12 3C 7B 55 33 0 34 D8 4A 1C
Octal 22 74 173 125 63 0 64 330 112 34
Binary 10010 111100 1111011 1010101 110011 0 110100 11011000 1001010 11100

Color Harmonies of #123C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C7B

Black with #123C7B

Text Example


Text Example

White with #123C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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