Html Css Color HEX #0D7FBA Cerulean

📋 copy color: '#0D7FBA'

red 13 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #0D7FBA

Tints of Cerulean #0D7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

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

R = 3.99%
G = 38.96%
B = 57.06%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D7FBA (or 0x0D7FBA) is known color: Cerulean. HEX triplet: 0D, 7F and BA. RGB value is (13,127,186). Sum of RGB (Red+Green+Blue) = 13+127+186=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D7FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FBA is #F28045. Grayscale: #636363. Windows color (decimal): -15892550 or 12222221. OLE color: 12222221.

HSL color Cylindrical-coordinate representation of color #0D7FBA: hue angle of 200.46º 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 #0D7FBA is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 127 186 -
CMYK 0.93 0.32 0 0.27
HSL 200.46º 0.87% 0.39% -
HSV(B) 200.46º 0.93% 0.73% -
XYZ 16.62 18.81 49.21 -
YUV 99.64 176.73 66.2 -
System Red Green Blue C M Y K H S L
Decimal 13 127 186 0.93 0.32 0 0.27 200.46 0.87 0.39
Hex D 7F BA 5D 20 0 1B C8 57 27
Octal 15 177 272 135 40 0 33 310 127 47
Binary 1101 1111111 10111010 1011101 100000 0 11011 11001000 1010111 100111

Color Harmonies of #0D7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7FBA

Black with #0D7FBA

Text Example


Text Example

White with #0D7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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