Html Css Color HEX #01699B Cerulean

📋 copy color: '#01699B'

red 1 ◦ green 105 ◦ blue 155

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

Shades of Cerulean #01699B

Tints of Cerulean #01699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

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

R = 0.38%
G = 40.23%
B = 59.39%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01699B (or 0x01699B) is known color: Cerulean. HEX triplet: 01, 69 and 9B. RGB value is (1,105,155). Sum of RGB (Red+Green+Blue) = 1+105+155=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #01699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01699B is #FE9664. Grayscale: #4F4F4F. Windows color (decimal): -16684645 or 10184961. OLE color: 10184961.

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

Color convert

RGB 1 105 155 -
CMYK 0.99 0.32 0 0.39
HSL 199.48º 0.99% 0.31% -
HSV(B) 199.48º 0.99% 0.61% -
XYZ 10.98 12.48 32.84 -
YUV 79.6 170.54 71.93 -
System Red Green Blue C M Y K H S L
Decimal 1 105 155 0.99 0.32 0 0.39 199.48 0.99 0.31
Hex 1 69 9B 63 20 0 27 C7 63 1F
Octal 1 151 233 143 40 0 47 307 143 37
Binary 1 1101001 10011011 1100011 100000 0 100111 11000111 1100011 11111

Color Harmonies of #01699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01699B

Black with #01699B

Text Example


Text Example

White with #01699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01699B; }

 p { color: rgb(1,105,155); }

 H1.HeaderClassName
 {
   color: #01699B;
 }
 .AnyTagClassName
 {
   color: #01699B;
 }
</style>

background-color css

<style>
 a { background-color: #01699B; }

 a { background-color: rgb(1,105,155); }

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

border-color css

<style>
 span { border-color: #01699B; }

 span { border-color: rgb(1,105,155); }

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