Html Css Color HEX #0A627C Blue Lagoon

📋 copy color: '#0A627C'

red 10 ◦ green 98 ◦ blue 124

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

Shades of Blue Lagoon #0A627C

Tints of Blue Lagoon #0A627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 124 (48.83% from 255) = 53.45%

R = 4.31%
G = 42.24%
B = 53.45%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A627C (or 0x0A627C) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 7C. RGB value is (10,98,124). Sum of RGB (Red+Green+Blue) = 10+98+124=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A627C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A627C is #F59D83. Grayscale: #4A4A4A. Windows color (decimal): -16096644 or 8151562. OLE color: 8151562.

HSL color Cylindrical-coordinate representation of color #0A627C: hue angle of 193.68º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A627C is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 98 124 -
CMYK 0.92 0.21 0 0.51
HSL 193.68º 0.85% 0.26% -
HSV(B) 193.68º 0.92% 0.49% -
XYZ 8.13 10.26 20.62 -
YUV 74.65 155.85 81.89 -
System Red Green Blue C M Y K H S L
Decimal 10 98 124 0.92 0.21 0 0.51 193.68 0.85 0.26
Hex A 62 7C 5C 15 0 33 C2 55 1A
Octal 12 142 174 134 25 0 63 302 125 32
Binary 1010 1100010 1111100 1011100 10101 0 110011 11000010 1010101 11010

Color Harmonies of #0A627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A627C

Black with #0A627C

Text Example


Text Example

White with #0A627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,98,124); }

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

background-color css

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

 a { background-color: rgb(10,98,124); }

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

border-color css

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

 span { border-color: rgb(10,98,124); }

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