Html Css Color HEX #0D7ABC Cerulean

📋 copy color: '#0D7ABC'

red 13 ◦ green 122 ◦ blue 188

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

Shades of Cerulean #0D7ABC

Tints of Cerulean #0D7ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.77%

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 4.02%
G = 37.77%
B = 58.2%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D7ABC (or 0x0D7ABC) is known color: Cerulean. HEX triplet: 0D, 7A and BC. RGB value is (13,122,188). Sum of RGB (Red+Green+Blue) = 13+122+188=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D7ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7ABC is #F28543. Grayscale: #606060. Windows color (decimal): -15893828 or 12352013. OLE color: 12352013.

HSL color Cylindrical-coordinate representation of color #0D7ABC: hue angle of 202.63º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7ABC is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 122 188 -
CMYK 0.93 0.35 0 0.26
HSL 202.63º 0.87% 0.39% -
HSV(B) 202.63º 0.93% 0.74% -
XYZ 16.2 17.64 50.13 -
YUV 96.93 179.39 68.13 -
System Red Green Blue C M Y K H S L
Decimal 13 122 188 0.93 0.35 0 0.26 202.63 0.87 0.39
Hex D 7A BC 5D 23 0 1A CB 57 27
Octal 15 172 274 135 43 0 32 313 127 47
Binary 1101 1111010 10111100 1011101 100011 0 11010 11001011 1010111 100111

Color Harmonies of #0D7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7ABC

Black with #0D7ABC

Text Example


Text Example

White with #0D7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,122,188); }

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

background-color css

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

 a { background-color: rgb(13,122,188); }

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

border-color css

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

 span { border-color: rgb(13,122,188); }

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