Html Css Color HEX #0D7BAC Cerulean

📋 copy color: '#0D7BAC'

red 13 ◦ green 123 ◦ blue 172

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

Shades of Cerulean #0D7BAC

Tints of Cerulean #0D7BAC

RGB

 RED value IS 13 (5.47% from 255) = 4.22%

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

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 4.22%
G = 39.94%
B = 55.84%

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

#0D7BAC (or 0x0D7BAC) is known color: Cerulean. HEX triplet: 0D, 7B and AC. RGB value is (13,123,172). Sum of RGB (Red+Green+Blue) = 13+123+172=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D7BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7BAC is #F28453. Grayscale: #5F5F5F. Windows color (decimal): -15893588 or 11303693. OLE color: 11303693.

HSL color Cylindrical-coordinate representation of color #0D7BAC: hue angle of 198.49º degrees, saturation: 0.86, 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 #0D7BAC is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 123 172 -
CMYK 0.92 0.28 0 0.33
HSL 198.49º 0.86% 0.36% -
HSV(B) 198.49º 0.92% 0.67% -
XYZ 14.7 17.23 41.58 -
YUV 95.7 171.06 69.02 -
System Red Green Blue C M Y K H S L
Decimal 13 123 172 0.92 0.28 0 0.33 198.49 0.86 0.36
Hex D 7B AC 5C 1C 0 21 C6 56 24
Octal 15 173 254 134 34 0 41 306 126 44
Binary 1101 1111011 10101100 1011100 11100 0 100001 11000110 1010110 100100

Color Harmonies of #0D7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7BAC

Black with #0D7BAC

Text Example


Text Example

White with #0D7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,123,172); }

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

background-color css

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

 a { background-color: rgb(13,123,172); }

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

border-color css

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

 span { border-color: rgb(13,123,172); }

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