Html Css Color HEX #123775 Dark Cerulean

📋 copy color: '#123775'

red 18 ◦ green 55 ◦ blue 117

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

Shades of Dark Cerulean #123775

Tints of Dark Cerulean #123775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

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

R = 9.47%
G = 28.95%
B = 61.58%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123775 (or 0x123775) is known color: Dark Cerulean. HEX triplet: 12, 37 and 75. RGB value is (18,55,117). Sum of RGB (Red+Green+Blue) = 18+55+117=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #123775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123775 is #EDC88A. Grayscale: #323232. Windows color (decimal): -15583371 or 7681810. OLE color: 7681810.

HSL color Cylindrical-coordinate representation of color #123775: hue angle of 217.58º 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 #123775 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 55 117 -
CMYK 0.85 0.53 0 0.54
HSL 217.58º 0.73% 0.26% -
HSV(B) 217.58º 0.85% 0.46% -
XYZ 4.83 4.15 17.38 -
YUV 51.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 18 55 117 0.85 0.53 0 0.54 217.58 0.73 0.26
Hex 12 37 75 55 35 0 36 DA 49 1A
Octal 22 67 165 125 65 0 66 332 111 32
Binary 10010 110111 1110101 1010101 110101 0 110110 11011010 1001001 11010

Color Harmonies of #123775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123775

Black with #123775

Text Example


Text Example

White with #123775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123775; }

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

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

background-color css

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

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

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

border-color css

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

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

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