Html Css Color HEX #00698F Cerulean

📋 copy color: '#00698F'

red 0 ◦ green 105 ◦ blue 143

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

Shades of Cerulean #00698F

Tints of Cerulean #00698F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.34%
B = 57.66%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00698F (or 0x00698F) is known color: Cerulean. HEX triplet: 00, 69 and 8F. RGB value is (0,105,143). Sum of RGB (Red+Green+Blue) = 0+105+143=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #00698F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00698F is #FF9670. Grayscale: #4D4D4D. Windows color (decimal): -16750193 or 9398528. OLE color: 9398528.

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

Color convert

RGB 0 105 143 -
CMYK 1 0.27 0 0.44
HSL 195.94º 1% 0.28% -
HSV(B) 195.94º 1% 0.56% -
XYZ 10.01 12.09 27.79 -
YUV 77.94 164.71 72.41 -
System Red Green Blue C M Y K H S L
Decimal 0 105 143 1 0.27 0 0.44 195.94 1 0.28
Hex 0 69 8F 64 1B 0 2C C4 64 1C
Octal 0 151 217 144 33 0 54 304 144 34
Binary 0 1101001 10001111 1100100 11011 0 101100 11000100 1100100 11100

Color Harmonies of #00698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00698F

Black with #00698F

Text Example


Text Example

White with #00698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,105,143); }

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

background-color css

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

 a { background-color: rgb(0,105,143); }

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

border-color css

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

 span { border-color: rgb(0,105,143); }

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