Html Css Color HEX #0F7BAD Cerulean

📋 copy color: '#0F7BAD'

red 15 ◦ green 123 ◦ blue 173

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

Shades of Cerulean #0F7BAD

Tints of Cerulean #0F7BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 4.82%
G = 39.55%
B = 55.63%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F7BAD (or 0x0F7BAD) is known color: Cerulean. HEX triplet: 0F, 7B and AD. RGB value is (15,123,173). Sum of RGB (Red+Green+Blue) = 15+123+173=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F7BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7BAD is #F08452. Grayscale: #606060. Windows color (decimal): -15762515 or 11369231. OLE color: 11369231.

HSL color Cylindrical-coordinate representation of color #0F7BAD: hue angle of 198.99º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F7BAD is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 123 173 -
CMYK 0.91 0.29 0 0.32
HSL 198.99º 0.84% 0.37% -
HSV(B) 198.99º 0.91% 0.68% -
XYZ 14.82 17.28 42.09 -
YUV 96.41 171.22 69.93 -
System Red Green Blue C M Y K H S L
Decimal 15 123 173 0.91 0.29 0 0.32 198.99 0.84 0.37
Hex F 7B AD 5B 1D 0 20 C7 54 25
Octal 17 173 255 133 35 0 40 307 124 45
Binary 1111 1111011 10101101 1011011 11101 0 100000 11000111 1010100 100101

Color Harmonies of #0F7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7BAD

Black with #0F7BAD

Text Example


Text Example

White with #0F7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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