Html Css Color HEX #01648F Cerulean

📋 copy color: '#01648F'

red 1 ◦ green 100 ◦ blue 143

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

Shades of Cerulean #01648F

Tints of Cerulean #01648F

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

 GREEN value IS 100 (39.45% from 255) = 40.98%

 BLUE value IS 143 (56.25% from 255) = 58.61%

R = 0.41%
G = 40.98%
B = 58.61%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01648F (or 0x01648F) is known color: Cerulean. HEX triplet: 01, 64 and 8F. RGB value is (1,100,143). Sum of RGB (Red+Green+Blue) = 1+100+143=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #01648F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01648F is #FE9B70. Grayscale: #4B4B4B. Windows color (decimal): -16685937 or 9397249. OLE color: 9397249.

HSL color Cylindrical-coordinate representation of color #01648F: hue angle of 198.17º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01648F is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 100 143 -
CMYK 0.99 0.30 0 0.44
HSL 198.17º 0.99% 0.28% -
HSV(B) 198.17º 0.99% 0.56% -
XYZ 9.53 11.1 27.63 -
YUV 75.3 166.2 75 -
System Red Green Blue C M Y K H S L
Decimal 1 100 143 0.99 0.30 0 0.44 198.17 0.99 0.28
Hex 1 64 8F 63 1E 0 2C C6 63 1C
Octal 1 144 217 143 36 0 54 306 143 34
Binary 1 1100100 10001111 1100011 11110 0 101100 11000110 1100011 11100

Color Harmonies of #01648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01648F

Black with #01648F

Text Example


Text Example

White with #01648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01648F; }

 p { color: rgb(1,100,143); }

 H1.HeaderClassName
 {
   color: #01648F;
 }
 .AnyTagClassName
 {
   color: #01648F;
 }
</style>

background-color css

<style>
 a { background-color: #01648F; }

 a { background-color: rgb(1,100,143); }

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

border-color css

<style>
 span { border-color: #01648F; }

 span { border-color: rgb(1,100,143); }

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