Html Css Color HEX #12759B Cerulean

📋 copy color: '#12759B'

red 18 ◦ green 117 ◦ blue 155

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

Shades of Cerulean #12759B

Tints of Cerulean #12759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 155 (60.94% from 255) = 53.45%

R = 6.21%
G = 40.34%
B = 53.45%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12759B (or 0x12759B) is known color: Cerulean. HEX triplet: 12, 75 and 9B. RGB value is (18,117,155). Sum of RGB (Red+Green+Blue) = 18+117+155=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #12759B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12759B is #ED8A64. Grayscale: #5B5B5B. Windows color (decimal): -15567461 or 10188050. OLE color: 10188050.

HSL color Cylindrical-coordinate representation of color #12759B: hue angle of 196.64º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12759B is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 117 155 -
CMYK 0.88 0.25 0 0.39
HSL 196.64º 0.79% 0.34% -
HSV(B) 196.64º 0.88% 0.61% -
XYZ 12.53 15.22 33.29 -
YUV 91.73 163.7 75.41 -
System Red Green Blue C M Y K H S L
Decimal 18 117 155 0.88 0.25 0 0.39 196.64 0.79 0.34
Hex 12 75 9B 58 19 0 27 C5 4F 22
Octal 22 165 233 130 31 0 47 305 117 42
Binary 10010 1110101 10011011 1011000 11001 0 100111 11000101 1001111 100010

Color Harmonies of #12759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12759B

Black with #12759B

Text Example


Text Example

White with #12759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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