Html Css Color HEX #0E7BAB Cerulean

📋 copy color: '#0E7BAB'

red 14 ◦ green 123 ◦ blue 171

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

Shades of Cerulean #0E7BAB

Tints of Cerulean #0E7BAB

RGB

 RED value IS 14 (5.86% from 255) = 4.55%

 GREEN value IS 123 (48.44% from 255) = 39.94%

 BLUE value IS 171 (67.19% from 255) = 55.52%

R = 4.55%
G = 39.94%
B = 55.52%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E7BAB (or 0x0E7BAB) is known color: Cerulean. HEX triplet: 0E, 7B and AB. RGB value is (14,123,171). Sum of RGB (Red+Green+Blue) = 14+123+171=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E7BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7BAB is #F18454. Grayscale: #5F5F5F. Windows color (decimal): -15828053 or 11238158. OLE color: 11238158.

HSL color Cylindrical-coordinate representation of color #0E7BAB: hue angle of 198.34º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E7BAB is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 123 171 -
CMYK 0.92 0.28 0 0.33
HSL 198.34º 0.85% 0.36% -
HSV(B) 198.34º 0.92% 0.67% -
XYZ 14.61 17.2 41.08 -
YUV 95.88 170.39 69.6 -
System Red Green Blue C M Y K H S L
Decimal 14 123 171 0.92 0.28 0 0.33 198.34 0.85 0.36
Hex E 7B AB 5C 1C 0 21 C6 55 24
Octal 16 173 253 134 34 0 41 306 125 44
Binary 1110 1111011 10101011 1011100 11100 0 100001 11000110 1010101 100100

Color Harmonies of #0E7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7BAB

Black with #0E7BAB

Text Example


Text Example

White with #0E7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E7BAB; }

 p { color: rgb(14,123,171); }

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

background-color css

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

 a { background-color: rgb(14,123,171); }

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

border-color css

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

 span { border-color: rgb(14,123,171); }

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