Html Css Color HEX #123975 Dark Cerulean

📋 copy color: '#123975'

red 18 ◦ green 57 ◦ blue 117

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

Shades of Dark Cerulean #123975

Tints of Dark Cerulean #123975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.69%

 BLUE value IS 117 (46.09% from 255) = 60.94%

R = 9.38%
G = 29.69%
B = 60.94%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123975 (or 0x123975) is known color: Dark Cerulean. HEX triplet: 12, 39 and 75. RGB value is (18,57,117). Sum of RGB (Red+Green+Blue) = 18+57+117=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #123975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123975 is #EDC68A. Grayscale: #333333. Windows color (decimal): -15582859 or 7682322. OLE color: 7682322.

HSL color Cylindrical-coordinate representation of color #123975: hue angle of 216.36º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123975 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 57 117 -
CMYK 0.85 0.51 0 0.54
HSL 216.36º 0.73% 0.26% -
HSV(B) 216.36º 0.85% 0.46% -
XYZ 4.92 4.34 17.41 -
YUV 52.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 18 57 117 0.85 0.51 0 0.54 216.36 0.73 0.26
Hex 12 39 75 55 33 0 36 D8 49 1A
Octal 22 71 165 125 63 0 66 330 111 32
Binary 10010 111001 1110101 1010101 110011 0 110110 11011000 1001001 11010

Color Harmonies of #123975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123975

Black with #123975

Text Example


Text Example

White with #123975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123975; }

 p { color: rgb(18,57,117); }

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

background-color css

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

 a { background-color: rgb(18,57,117); }

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

border-color css

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

 span { border-color: rgb(18,57,117); }

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