Html Css Color HEX #0F7B9D Cerulean

📋 copy color: '#0F7B9D'

red 15 ◦ green 123 ◦ blue 157

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

Shades of Cerulean #0F7B9D

Tints of Cerulean #0F7B9D

RGB

 RED value IS 15 (6.25% from 255) = 5.08%

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

 BLUE value IS 157 (61.72% from 255) = 53.22%

R = 5.08%
G = 41.69%
B = 53.22%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F7B9D (or 0x0F7B9D) is known color: Cerulean. HEX triplet: 0F, 7B and 9D. RGB value is (15,123,157). Sum of RGB (Red+Green+Blue) = 15+123+157=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F7B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7B9D is #F08462. Grayscale: #5E5E5E. Windows color (decimal): -15762531 or 10320655. OLE color: 10320655.

HSL color Cylindrical-coordinate representation of color #0F7B9D: hue angle of 194.37º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7B9D is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 123 157 -
CMYK 0.90 0.22 0 0.38
HSL 194.37º 0.83% 0.34% -
HSV(B) 194.37º 0.9% 0.62% -
XYZ 13.37 16.7 34.42 -
YUV 94.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 15 123 157 0.90 0.22 0 0.38 194.37 0.83 0.34
Hex F 7B 9D 5A 16 0 26 C2 53 22
Octal 17 173 235 132 26 0 46 302 123 42
Binary 1111 1111011 10011101 1011010 10110 0 100110 11000010 1010011 100010

Color Harmonies of #0F7B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7B9D

Black with #0F7B9D

Text Example


Text Example

White with #0F7B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,123,157); }

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

background-color css

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

 a { background-color: rgb(15,123,157); }

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

border-color css

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

 span { border-color: rgb(15,123,157); }

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