#00638C

Color #00638C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #00638C

Tints of Blue Lagoon #00638C

Color information

#00638C (or 0x00638C) is unknown color: approx Blue Lagoon. HEX triplet: 00, 63 and 8C. RGB value is (0,99,140). Sum of RGB (Red+Green+Blue) = 0+99+140=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #00638C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00638C is #FF9C73. Grayscale: #494949. Windows color (decimal): -16751732 or 9200384. OLE color: 9200384.

HSL color Cylindrical-coordinate representation of color #00638C: hue angle of 197.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00638C is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB099140-
CMYK10.2900.45
HSL197.57º100%27.45%-
HSV(B)197.57º100%54.9%-
XYZ9.210.8226.41-
YUV74.07165.275.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 140 (55.08% from 255) = 58.58%
R=0%
G=41.42%
B=58.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal09914010.2900.45197.5710027.45
Hex0638C641D02Dc6641b
Octal01432141443505530614433
Binary0110001110001100110010011101010110111000110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00638C; }

 p { color: rgb(0,99,140); }

 H1.HeaderClassName
 {
   color: #00638C;
 }
 .AnyTagClassName
 {
   color: #00638C;
 }
</style>
background-color css

<style>
 a { background-color: #00638C; }

 a { background-color: rgb(0,99,140); }

 div.DivClassName
 {
   background-color: #00638C;
 }
 .BgClassName
 {
   background-color: #00638C;
 }
</style>
border-color css

<style>
 span { border-color: #00638C; }

 span { border-color: rgb(0,99,140); }

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