Html Css Color HEX #0D7CBA Cerulean

📋 copy color: '#0D7CBA'

red 13 ◦ green 124 ◦ blue 186

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

Shades of Cerulean #0D7CBA

Tints of Cerulean #0D7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.39%

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 4.02%
G = 38.39%
B = 57.59%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D7CBA (or 0x0D7CBA) is known color: Cerulean. HEX triplet: 0D, 7C and BA. RGB value is (13,124,186). Sum of RGB (Red+Green+Blue) = 13+124+186=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D7CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7CBA is #F28345. Grayscale: #616161. Windows color (decimal): -15893318 or 12221453. OLE color: 12221453.

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

Color convert

RGB 13 124 186 -
CMYK 0.93 0.33 0 0.27
HSL 201.5º 0.87% 0.39% -
HSV(B) 201.5º 0.93% 0.73% -
XYZ 16.24 18.05 49.08 -
YUV 97.88 177.73 67.46 -
System Red Green Blue C M Y K H S L
Decimal 13 124 186 0.93 0.33 0 0.27 201.5 0.87 0.39
Hex D 7C BA 5D 21 0 1B CA 57 27
Octal 15 174 272 135 41 0 33 312 127 47
Binary 1101 1111100 10111010 1011101 100001 0 11011 11001010 1010111 100111

Color Harmonies of #0D7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7CBA

Black with #0D7CBA

Text Example


Text Example

White with #0D7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,124,186); }

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

background-color css

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

 a { background-color: rgb(13,124,186); }

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

border-color css

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

 span { border-color: rgb(13,124,186); }

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