Html Css Color HEX #0A619B Cerulean

📋 copy color: '#0A619B'

red 10 ◦ green 97 ◦ blue 155

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

Shades of Cerulean #0A619B

Tints of Cerulean #0A619B

RGB

 RED value IS 10 (4.3% from 255) = 3.82%

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 155 (60.94% from 255) = 59.16%

R = 3.82%
G = 37.02%
B = 59.16%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A619B (or 0x0A619B) is known color: Cerulean. HEX triplet: 0A, 61 and 9B. RGB value is (10,97,155). Sum of RGB (Red+Green+Blue) = 10+97+155=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A619B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A619B is #F59E64. Grayscale: #4D4D4D. Windows color (decimal): -16096869 or 10182922. OLE color: 10182922.

HSL color Cylindrical-coordinate representation of color #0A619B: hue angle of 204º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A619B is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 97 155 -
CMYK 0.94 0.37 0 0.39
HSL 204º 0.88% 0.32% -
HSV(B) 204º 0.94% 0.61% -
XYZ 10.32 10.98 32.59 -
YUV 77.6 171.68 79.78 -
System Red Green Blue C M Y K H S L
Decimal 10 97 155 0.94 0.37 0 0.39 204 0.88 0.32
Hex A 61 9B 5E 25 0 27 CC 58 20
Octal 12 141 233 136 45 0 47 314 130 40
Binary 1010 1100001 10011011 1011110 100101 0 100111 11001100 1011000 100000

Color Harmonies of #0A619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A619B

Black with #0A619B

Text Example


Text Example

White with #0A619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,97,155); }

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

background-color css

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

 a { background-color: rgb(10,97,155); }

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

border-color css

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

 span { border-color: rgb(10,97,155); }

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