Html Css Color HEX #0A4768 Dark Cerulean

📋 copy color: '#0A4768'

red 10 ◦ green 71 ◦ blue 104

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

Shades of Dark Cerulean #0A4768

Tints of Dark Cerulean #0A4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.38%

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 5.41%
G = 38.38%
B = 56.22%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A4768 (or 0x0A4768) is known color: Dark Cerulean. HEX triplet: 0A, 47 and 68. RGB value is (10,71,104). Sum of RGB (Red+Green+Blue) = 10+71+104=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A4768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4768 is #F5B897. Grayscale: #383838. Windows color (decimal): -16103576 or 6833930. OLE color: 6833930.

HSL color Cylindrical-coordinate representation of color #0A4768: hue angle of 201.06º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4768 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 71 104 -
CMYK 0.90 0.32 0 0.59
HSL 201.06º 0.82% 0.22% -
HSV(B) 201.06º 0.9% 0.41% -
XYZ 4.88 5.57 13.91 -
YUV 56.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 10 71 104 0.90 0.32 0 0.59 201.06 0.82 0.22
Hex A 47 68 5A 20 0 3B C9 52 16
Octal 12 107 150 132 40 0 73 311 122 26
Binary 1010 1000111 1101000 1011010 100000 0 111011 11001001 1010010 10110

Color Harmonies of #0A4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4768

Black with #0A4768

Text Example


Text Example

White with #0A4768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,71,104); }

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

background-color css

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

 a { background-color: rgb(10,71,104); }

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

border-color css

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

 span { border-color: rgb(10,71,104); }

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